﻿body {
    color: #000;
    font-weight: normal;
    margin: 0;
    min-height: 100vh;
}

.loginContainer {
    position: relative;
    display: grid;
    grid-template-columns: 35rem auto;
    font-family: Roboto,sans-serif;
    text-align: left;
}

.promoImage {
    background: url(/images/mfa_login_image.jpg) center left no-repeat;
    background-size: cover;
    padding: 60px 0 0 100px;
}

    .promoImage h1 {
        color: #fff;
        font-family: Roboto,sans-serif;
        font-size: 32px;
        text-align: left;
        padding-bottom: 15px;
        margin: 0;
        line-height: 1.2;
    }

    .promoImage .subTitle {
        color: #FFFFFF;
        font-family: Roboto,sans-serif;
        font-size: 24px;
        padding-bottom: 15px;
        line-height: 1.25;
    }

    .promoImage .learnMoreBtn {
        color: #ffffff;
        border-radius: 20px;
        background-color: #00C1D5;
        display: inline-block;
        text-decoration: none;
        line-height: 37px;
        font-size: 14px;
        height: 37px;
        width: 96.75px;
        text-align: center;
    }

        .promoImage .learnMoreBtn:hover {
            background-color: #008B9B;
            box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
        }

.logoContainer {
    width: 210px;
}

.loginArea {
    background: #fff;
    position: relative;
    padding: 5.5rem;
    height: 1000px;
}

.coImage {
    height: 36px;
    padding: 0;
}

.logoSubTitle {
    padding: 9px 0 28px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.gg-button-link-text {
    border-radius: 18.5px;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 10px 12px;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    background-color: transparent;
    border: solid 1px transparent;
    color: #00457e;
}

    .gg-button-link-text:hover {
        font-weight: 500;
        border: solid 1px #cdcfd4;
    }

.needHelp, .learnAboutGreaterGiving {
    padding-top: 10px;
    padding-bottom: 15px;
}

.versionNumber {
    font-size: 10px;
    color: #999;
    padding-bottom: 15px;
    margin-left: 13px;
}

.mfa_redirect {
    color: #000;
}

.helpLink.tiny {
    display: none;
}

.header {
    font-family: "Roboto Slab", serif;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .09rem;
    color: #343434;
    text-transform: uppercase;
    font-size: 18px;
    margin: 1em 0;
    padding: 0;
}

.gg-button {
    border-radius: 20px;
    font-family: 'Roboto';
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 10px 12px;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #cdcfd4;
}

    .gg-button i {
        color: #007096;
    }

.HelpDiv p {
    margin-bottom: 1em;
    font-size: 14px;
}

.gg-button-primary:active {
    color: #ffffff;
}

.gg-button-primary:hover {
    background-color: #004a63;
    color: #fff;
}

.gg-button-primary {
    border-radius: 20px;
    font-family: 'Roboto';
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 10px 12px;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    color: #ffffff;
    border: 0px;
    background-color: #007096;
}
/* Login Form Styles */

#socialControls {
    padding: 0;
}

.gg {
    font-family: Roboto;
    padding: 0;
}

.gg h3 {
    font-family: "Roboto Slab",serif;
    font-size: 17.8px;
    font-weight: bold;
    line-height: normal;
    margin: 17px 0 18px;
    letter-spacing: .09rem;
    color: #343434;
    text-transform: uppercase;
    text-align: left;
}

#dnn_ctr1108_Login_Login_Apigee_MFA_message {
    margin-bottom: 1em !important;
}

.classicLogin {
    font-size: 14.4px;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 11px !important;
    position: relative;
}

    .classicLogin a,
    .classicLogin a:visited {
        color: #000;
    }

    .classicLogin .f-col {
        position: relative;
        margin-bottom: 8px !important;
    }

.gg a.link:hover {
    Color: #000;
    border: none;
    text-shadow: none;
    background: none;
    box-shadow: none;
}
.gg label,
.dnnFormItem label {
    display: block;
    color: #000;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 14px;
    text-align: left;
}

.gg label::before, 
.dnnFormItem label::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    border-radius: 50%;
    background: #e56a54;
    height: 8px;
    width: 8px;
}

.gg .frm-control,
.dnnLoginService input[type="password"],
.dnnLoginService input[type="text"],
.dnnPasswordReset input[type="text"],
.dnnPasswordReset input[type="password"] {
    display: block;
    min-height: 40px;
    border-radius: 3px;
    outline: none;
    font-family: Roboto,sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    border: 1px solid #7fa9ae;
    box-shadow: none;
    background-color: #fff;
    width: 320px;
    margin: 0 0 10px 0;
}

.dnnLoginService input[type="password"],
.dnnLoginService input[type="text"] {
    margin: 0 0 18px 0;
}

.gg .btn.btn-primary,
.loginDiv .loginButton,
.dnnPasswordReset .dnnActions a {
    border-radius: 20px;
    border: 0px;
    background: #007096;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 12px;
    outline: none;
    white-space: nowrap;
    display: inline-block;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    margin: 10px 0 15px;
    width: 20em;
}
.loginDiv .loginButton {
    margin-top: 41px;
}
.dnnPasswordReset .meter {
    height: auto;
}
.meter label::before {
    display: none;
}
.dnnPasswordReset .meter.visible {
    height: 22px;
}
.dnnPasswordReset .dnnFormItem span.dnnFormMessage.dnnFormError {
    bottom: 80%;
    min-height: auto;
}
.dnnPasswordReset .dnnFormMessage.dnnFormInfo {
    padding: 13px 15px 10px 15px;
    min-height: auto;
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
}
.dnnPasswordResetContent ul.dnnActions {
    padding: 0;
    margin: 20px 0 0 0;
}
.dnnPasswordReset .dnnActions .dnnPrimaryAction {
    width: 140px;
}
.dnnPasswordReset .dnnActions .dnnSecondaryAction {
    width: 125px;
}
.password-strength-container .password-strength-tooltip-content h2,
.password-strength-container .password-strength-tooltip-content label,
.confirm-password-tooltip h2,
.confirm-password-tooltip label {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}
.password-strength-container .password-strength-tooltip-content h2,
.confirm-password-tooltip h2 {
    font-weight: 700;
}
.password-strength-tooltip-content label::before,
.confirm-password-tooltip label::before {
    display: none;
}
.gg .msg,
.dnnFormMessage.dnnFormValidationSummary,
.dnnPasswordReset .dnnFormMessage.dnnFormInfo {
    background: #FAE4B2;
    color: #000;
    display: block;
    padding: 5px 40px 5px 38px;
    margin: 0px 0px 10px -39px;
    line-height: 1.2;
    font-size: 14px;
}
.dnnFormMessage.dnnFormValidationSummary {
    border-radius: 0;
    max-width: initial;
    width: auto;
    min-height: auto;
}
.dnnFormMessage.dnnFormValidationSummary strong {
    color: #000;
    display: inline-block;
    padding-bottom: 5px;
}
ul.buttonList li a.forgetPasswordLink {
    border-radius: 18.5px;
    border: solid 1px transparent;
    color: #00457e;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
    padding: 10px 12px;
    margin-top: -2px;
    opacity: 1;
    background: none;
    box-shadow: none;
    width: auto;
}

ul.buttonList li a.forgetPasswordLink:hover {
    font-weight: 700;
    border: solid 1px #cdcfd4;
}
/* Login Form Styles End */
/* Maintenance Container styles */
.maintenanceContent {
    border: 2px solid #F0B426;
    border-radius: 10px;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 30%);
    margin: 25px 0;
    width: 60%;
}

#Maintenance {
    box-sizing: border-box;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 228px;
    padding: 15px;
    color: #000;
    font-family: Arial;
    font-size: 12px;
}

#Maintenance h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

#Maintenance p {
    margin: 0 0 5px 0;
}

#Maintenance strong {
    font-weight: normal;
}
/* Maintenance Container styles End */
/* Non MFA Login form styles */
.loginLinks {
    float: none;
    padding: 0;
    position: relative;
    height: 0;
}
.loginLinks A.forgotPassword {
    position: absolute;
    top: -95px;
    border-radius: 18.5px;
    border: solid 1px transparent;
    color: #00457e;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 12px;
    opacity: 1;
}
.loginLinks #HelpB {
    display: none;
}
.loginLinks A.forgotPassword:hover {
    font-weight: 700;
    border: solid 1px #cdcfd4;
}